runtime.gcWork.ptrBuf (field)
3 uses
runtime (current package)
mgc.go#L721: if goexperiment.GreenTeaGC && p.gcw.ptrBuf == nil {
mgc.go#L722: p.gcw.ptrBuf = (*[gc.PageSize / goarch.PtrSize]uintptr)(persistentalloc(gc.PageSize, goarch.PtrSize, &memstats.gcMiscSys))
mgcwork.go#L109: ptrBuf *[pageSize / goarch.PtrSize]uintptr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)